<!DOCTYPE html>
<html>
<body>

<form runat="server">
<asp:Table id="table1" runat="server" GridLines="Both" >

<asp:TableRow>
<asp:TableCell Text="Hello" />
<asp:TableCell Text="World!" />
</asp:TableRow>

</asp:Table>
</form>

</body>
</html>